github.com/andybalholm/brotli.contextBlockSplitter.curr_histogram_ix_ (field)

12 uses

	github.com/andybalholm/brotli (current package)
		metablock.go#L285: 	curr_histogram_ix_ uint
		metablock.go#L306: 	self.curr_histogram_ix_ = 0
		metablock.go#L360: 		self.curr_histogram_ix_ += num_contexts
		metablock.go#L361: 		if self.curr_histogram_ix_ < *self.histograms_size_ {
		metablock.go#L362: 			clearHistogramsLiteral(self.histograms_[self.curr_histogram_ix_:], self.num_contexts_)
		metablock.go#L378: 			var curr_histo_ix uint = self.curr_histogram_ix_ + i
		metablock.go#L405: 			self.curr_histogram_ix_ += num_contexts
		metablock.go#L406: 			if self.curr_histogram_ix_ < *self.histograms_size_ {
		metablock.go#L407: 				clearHistogramsLiteral(self.histograms_[self.curr_histogram_ix_:], self.num_contexts_)
		metablock.go#L425: 				histogramClearLiteral(&histograms[self.curr_histogram_ix_+i])
		metablock.go#L443: 				histogramClearLiteral(&histograms[self.curr_histogram_ix_+i])
		metablock.go#L465: 	histogramAddLiteral(&self.histograms_[self.curr_histogram_ix_+context], symbol)